home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / services.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  1.4 KB  |  39 lines

  1.  
  2. SERVICES(5)                UNIX Programmer's Manual                SERVICES(5)
  3.  
  4. NNAAMMEE
  5.      sseerrvviicceess - service name data base
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The sseerrvviicceess file contains information regarding the known services
  9.      available in the DARPA Internet.  For each service a single line should
  10.      be present with the following information:
  11.  
  12.            official service name
  13.            port number
  14.            protocol name
  15.            aliases
  16.  
  17.      Items are separated by any number of blanks and/or tab characters.  The
  18.      port number and protocol name are considered a single _i_t_e_m; a ``/'' is
  19.      used to separate the port and protocol (e.g. ``512/tcp'').  A ``#'' indi-
  20.      cates the beginning of a comment; subsequent characters up to the end of
  21.      the line are not interpreted by the routines which search the file.
  22.  
  23.      Service names may contain any printable character other than a field de-
  24.      limiter, newline, or comment character.
  25.  
  26. FFIILLEESS
  27.      /etc/services  The sseerrvviicceess file resides in _/_e_t_c.
  28.  
  29. SSEEEE AALLSSOO
  30.      getservent(3)
  31.  
  32. BBUUGGSS
  33.      A name server should be used instead of a static file.
  34.  
  35. HHIISSTTOORRYY
  36.      The sseerrvviicceess file format appeared in 4.2BSD.
  37.  
  38. 4.2 Berkeley Distribution        June 5, 1993                                1
  39.